Developer --> Technical Publications
PATHMac OS 8 Developer Documentation > Networking and Communications > AppleShare >

User Authentication Modules


ClientInfo Structure

The ClientInfo structure is used to return information about the AFP client to the UAM.

struct ClientInfo {
    short       fInfoType;
    StringPtr   fDefaultUserName;
};
fInfoType
On input, the type of client information. The value of fInfoType must be one of the following values:
enum { kAFPClientInfo = 0, // Information about the client of // an AFP server kPrClientInfo = 1 // Reserved. };
fDefaultUserName
On input, a pointer to a string that contains the default user name.

© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)